@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&family=Gabarito:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Gabarito", sans-serif;
    font-style: normal;
    scroll-behavior: smooth;
}

.header {
    background-color: #fff !important;
    box-shadow: none;
}

.scrolled .nav-item a {
    color: #333 !important;
}

.scrolled .toll-free p {
    color: #09395d !important;
}

.crusie_nav_item a {
    color: #000 !important;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.new-hero-banner {
    background: url('/new-site-images/new-cruise-bg.jpg') no-repeat center center/cover;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    text-align: center;
    position: relative;
    display: none;
}

.wave {
    width: 100%;
    height: auto;
    line-height: 1em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    bottom: -65px;
    left: 0;
    position: absolute;
    z-index: 1;
    display: none;
}

.new-hero-banner-section {
    background: #286ab6;
    color: white;
    padding: 40px 20px;
    text-align: center;
    width: 100%;
    height: 620px;
    background-size: cover;
    background-position: top;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover !important;
    background: linear-gradient(rgb(4 4 4 / 0%) 3.04%, rgb(10 10 11 / 1%) 34.3%, rgb(27 29 32 / 32%) 82.23%), url(/new-site-images/new-bg-cruise.jpg);
}

.new-hero-banner-section h2 {
    padding-top: 10rem;
    font-size: 40px;
    font-weight: 700;
}

/* Search Form */

.new-hero-banner-form .form-select,
.new-hero-banner-form .form-control {
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 6px;
}

.new-hero-banner-form .new-hero-banner-btn {
    background: #eb6c21;
    color: #fff;
    border: none;
    padding: 11px 20px;
    font-size: 18px;
    width: 100%;
    margin-top: 6px;
    border-radius: 8px;
}

.new-hero-banner-form .new-hero-banner-btn:hover {
    background: #09395d;
}

/* Destination Buttons */

.new-hero-banner-destination {
    background: #135bae;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 50px;
    display: inline-block;
    margin: 10px;
    font-weight: 200;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}

.form-select {
    width: 100% !important;
    max-width: 100% !important;
}

.benefits-container {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

.benefit-box {
    align-items: center;
    padding: 15px;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin-right: 15px;
    margin-bottom: 6px;
}

.orange {
    background-color: #f36f21;
}

.blue {
    background-color: #0a4ea0;
}

.green {
    background-color: #008037;
}

.violet {
    background-color: #4819ad;
}

.cruise-deals {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.cruise-deals:hover {
    transform: scale(1.02);
}

.cruise-deals img {
    object-fit: cover;
}

.cruise-deals-body {
    padding: 20px;
}

.deal-price {
    font-size: 24px;
    font-weight: bold;
}

.deal-link {
    text-decoration: none;
    font-weight: bold;
}

.highlight {
    font-weight: bold;
    color: #d9534f;
}

/*inside_new design*/

.cruise_line_left h2 {
    font-size: 35px;
    font-weight: 600;
    color: #286ab6;
    margin: 0;
    line-height: 40px;
    margin-top: 10px;
}

.cruise_line_right p {
    font-size: 18px;
    font-weight: 300;
    color: #0d6efd;
    padding: 0;
    margin: 0;
}

.royal_caribbean_btn {
    margin: 1rem 0;
}

.royal_caribbean_btn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.royal_caribbean_btn ul li a {
    text-decoration: none;
    padding: 6px 18px;
    display: inline-block;
    font-size: 17px;
    margin: 0 4px;
    color: #333;
}

.royal_caribbean_btn ul li .active1 {
    background-color: #286ab6;
    color: #fff;
    border-radius: 6px;
}

.royal_caribbean_about {
    margin: 1rem 0;
}

.royal_about_left h3 {
    font-size: 24px;
    color: #222;
    margin: 0;
}

.royal_about_left p {
    padding-top: 8px;
    font-size: 16px;
    color: #333;
    margin: 0;
}

.royal_about_right {
    background-color: #ccc;
    padding: 1rem;
    border-radius: 10px;
    background-color: #ef285312;
}

.royal_about_right h3 {
    font-size: 22px;
    color: #222;
    margin: 0;
}

.royal_about_right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.royal_about_right ul li a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 300;
}

.royal_about_read a {
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 6px;
    background-color: #efefef;
    color: #074D9D;
}

.royal_about_read {
    margin: 1.5rem 0;
}

.deals_main_img img {
    width: 100%;
}

.deals_main_img_text {
    background-color: #fcba11;
    padding: 6px 8px;
}

.deals_main_img_text p {
    color: #111;
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.deals_main_text_main ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.deals_main_text_main ul li:before {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='15' height='15' fill='rgba(51,160,92,1)'%3E%3Cpath d='M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z'%3E%3C/path%3E%3C/svg%3E");
    left: -7px;
    top: 3px;
}

.deals_main_text_main {
    margin: 15px 0 0px;
}

.deals_main_text_main li {
    padding-bottom: 4px;
    font-size: 13px;
    color: #333;
    padding-left: 10px;
    position: relative;
}

.deals_main_text_main li img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.deals_main {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 8px;
    margin: 1rem 0;
}

.deals_price p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #333;
}

.deals_price strong {
    font-size: 20px;
    color: #286ab6;
    margin: 0;
    padding: 0;
}

.deals_price h3 {
    color: #ee7c20;
    margin: 0;
    font-weight: 700;
    font-size: 26px;
}

.deals_price span {
    font-size: 13px;
    color: #666
}

#section2 {
    display: none;
    margin: 0;
}

.pricing-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #e8eded !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-box p {
    margin: 0;
    color: #555;
    font-size: 14px;
}

.price {
    font-size: 40px;
    font-weight: bold;
    color: #f28713;
    padding: 0px 0px !important;
}

.price span {
    font-size: 24px;
    vertical-align: top;
}

.subtitle {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.testimonials {
    padding: 3rem 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
    position: relative;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 2rem;
}

.testimonials-header h2 {
    font-size: 2.8rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.testimonials-header p {
    color: #4d4d4d;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

.testimonials-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    padding: 1rem;
}

.testimonial-card {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.testimonial-card::before {
    content: "\201C";
    position: absolute;
    top: -20px;
    left: 15px;
    font-size: 6rem;
    color: #135bae;
    opacity: 0.2;
    font-family: serif;
}

.testimonial-text {
    color: #333;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 1.05rem;
    position: relative;
    z-index: 1;
}

.client-info {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.client-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 1.5rem;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.client-details h4 {
    color: #1a1a1a;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.client-details p {
    color: #666;
    font-size: 0.95rem;
}

.rating {
    color: #ffc107;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.verified-badge {
    display: none;
    align-items: center;
    color: #28a745;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.verified-badge svg {
    width: 16px;
    height: 16px;
    fill: #28a745;
    margin-right: 0.5rem;
}

.stats-bar {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-bottom: 2rem;
    text-align: center;
}

.stat-item {
    font-size: 1.8rem;
    color: #2d3436;
    font-weight: 600;
}

.stat-item span {
    display: block;
    font-size: 1rem;
    color: #666;
    font-weight: normal;
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .testimonials-header h2 {
        font-size: 2.2rem;
    }
    .stats-bar {
        flex-direction: column;
        gap: 2rem;
    }
}

h1.faq-title {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

/* Orange underline below the heading */

.underline {
    width: 60px;
    height: 3px;
    background-color: #e67e22;
    /* Orange */
    margin-bottom: 2rem;
}

/* Accordion overrides */

.accordion-button {
    background-color: #0054a6 !important;
    /* Blue background */
    color: #fff !important;
    /* White text */
    font-weight: bold;
    border: 1px solid #0054a6;
    padding: 1rem;
}

/* Remove focus outline and lighten on hover */

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:hover {
    background-color: #0066cc !important;
    /* Slightly lighter blue on hover */
}

/* Arrow icon on the right side */

.accordion-button::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    /*content: '\f107'; /* down arrow icon */
    margin-left: auto;
    transition: transform 0.3s;
}

/* Rotate arrow when expanded */

.accordion-button[aria-expanded='true']::after {
    transform: rotate(180deg);
}

/* White background for the accordion body */

.accordion-body {
    background-color: #fff;
    color: #333;
    border-top: none;
    padding: 1rem;
}

/* Each accordion item has a subtle bottom border */

.accordion-item {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    /* Square corners to match the screenshot */
}

#luxuryCruiseFAQ .accordion-body {
    background-color: #ffffffa3 !important;
    color: #000000 !important;
    padding-left: 0 !important;
}

.destination-cruise-panel {
    padding-top: 2rem;
}

.cruise-deals-body img {
    padding-bottom: 10px;
}

.royal_caribbean_logo img {
    width: 120px;
    object-fit: cover;
}

.toll-free p {
    color: #09395d !important;
    font-weight: 500;
}

.footer ul li a:hover {
    color: #f9a825 !important;
}

.fa-solid,
.fas {
    font-weight: 900;
    font-size: 20px;
}

.scrolled .toll-number-section .toll-free-no {
    color: #ea6424 !important;
}

.benefit-box h6 strong {
    font-weight: 700;
    font-size: 18px;
}

.call-right {
    padding: 7px 12px;
    background: #09395d;
    color: #fff;
    border-radius: 5px;
}

.scrolled .white-logo {
    display: none;
}

.cruise-deals-body p {
    color: #333
}

.inside_cal_bner {
    max-width: 1100px;
    margin: 20px auto;
    background: white;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.inside_cal_bner .info {
    display: flex;
    flex-direction: column;
}

.inside_cal_bner .info h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.inside_cal_bner .info p {
    font-size: 15px;
    color: #333;
}

.inside_cal_bner .info h2 a {
    color: #198754;
    text-decoration: none;
}

.inside_cal_bner .airlines {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.inside_cal_bner .airline img {
    width: 110px;
}

.inside_cal_bner .divider {
    width: 1px;
    height: 40px;
    background: #ddd;
}

.call_btn {
    text-align: center;
}

.royal_about_read {
    display: none;
}

.new-hero-banner-section p {
    margin-bottom: 2rem;
}

.footer .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.mobile-header {
    display: none !important;
}

.call-main {
    text-align: center;
}

.call-main p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.call-main a {
    color: #ff3500;
    font-size: 20px;
    font-weight: 600;
}

.check-box-option {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    margin-top: 10px !important;
}

.check-box-option span {
    font-size: 12px;
    font-size: 11px;
    line-height: 15px !important;
    display: inline-block;
    color: #000 !important;
}

.banner_call {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 33%);
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    animation: slideUp 0.5sease -out;
}

@keyframes slideUp {
    0% {
        transform: translate(-50%, 50%);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

.icon1 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
}

.icon1 img {
    width: 100%;
    height: auto;
}

.text {
    flex: 1;
}

.text strong {
    font-weight: bold;
}

.promo1 {
    color: green;
    font-weight: bold;
}

.phone {
    color: #008000;
    font-weight: bold;
}

.close {
    cursor: pointer;
    font-size: 22px;
    margin-left: 10px;
    position: absolute;
    top: -4px;
    right: 11px;
}

.bottom-call-fare {
    display: none !important;
}

.cruise-logo img {
    width: 128px;
    height: 50px;
    object-fit: contain;
}

.cruise-content h1 {
    font-size: 26px;
}

.cruise-content h2 {
    font-size: 24px;
}

.cruise-content h3 {
    font-size: 22px;
}

.about-section h1 {
    font-size: 26px;
}

.about-section h2 {
    font-size: 24px;
}

.about-section h4 {
    font-size: 20px;
}

.about-section h5 {
    font-size: 21px;
}

.about-section h3 {
    font-size: 23px;
}

.contentBox h1 {
    font-size: 26px;
}

.contentBox h2 {
    font-size: 24px;
}

.contentBox h4 {
    font-size: 20px;
}

.contentBox h5 {
    font-size: 21px;
}

.contentBox h3 {
    font-size: 23px;
}

/*dropdown*/

.dropdowns-menu {
    max-width: 270px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s;
    top: 160%;
}

.dropdowns-menu ul {
    list-style-type: none;
    margin: 0;
    background: #fff;
    box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    padding: 0.5rem;
}

.dropdowns-menu ul::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: 1rem;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.dropdowns-menu ul li {
    border-bottom: 1px solid #fafafa;
}

.dropdowns-menu ul li a {
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    color: #000 !important;
}

.dropdowns-menu ul li a:hover {
    background: #f1f1f1 !important;
    color: #000 !important;
    border-color: #f5f5f5 !important;
}

.nav-item:hover .dropdowns-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.deals_main_text_main ul li i {
    font-style: normal;
}

.royal_caribbean_btn {
    display: none;
}

.royal_international {
    margin-top: 1rem;
}

.royal_international_main h2 {
    font-size: 26px
}

.cruise_line_left {
    display: none;
}

.thank-bg {
    background: url(/new-site-images/thank-you-bg.jpg) no-repeat center / cover;
    height: 566px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.thank-you {
    background: #ffffff;
}

.thank-you-card {
    margin-top: 3rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: fadeIn 1.2s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.social-icons a {
    color: #333;
    font-size: 1.2rem;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #e63946;
}

.ecard-link {
    color: #e63946;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
}

.ecard-link:hover {
    color: #b71c1c;
}

.background-overlay {
    background: rgba(0, 0, 0, 0.25);
    min-height: 566px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.new-hero-banner-form {
    background: #fff;
    border-radius: 6px;
}

.new-hero-banner-form label {
    color: #000;
}

.white-logo {
    display: none;
}

.hero-section {
    padding: 8rem 0;
    border-radius: 0 0 1.1rem 1.1rem;
    position: relative;
    z-index: 9;
    background: linear-gradient(rgb(4 4 4 / 36%) 3.04%, rgb(10 10 11 / 19%) 34.3%, rgb(27 29 32 / 32%) 82.23%), url(../../new-site-images/cruise_bg1.jpeg);
    background-position: top;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10rem;
}

.hero-text h1 {
    font-weight: 700;
    font-size: 3rem;
    color: #fff;
}

.hero-text p {
    font-size: 1rem;
    color: #fff;
}

.search-card {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}

.info-text {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.info-text a {
    color: #5a67d8;
    text-decoration: underline;
}

.small-cards {
    display: flex;
    gap: 0.75rem;
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}

.small-cards img {
    width: 80px;
    height: 60px;
    border-radius: 0.5rem;
    object-fit: cover;
}

.check-btn {
    background-color: #ffc107;
    border: none;
    width: 100%;
}

footer {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.8rem;
    color: #aaa;
}

.form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: orange;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(243 86 14 / 25%);
}

.hero-section1 {
    padding: 8rem 0rem;
    position: relative;
    z-index: 9;
    background: linear-gradient(rgb(4 4 4 / 28%) 3.04%, rgb(10 10 11 / 0%) 34.3%, rgb(0 0 0) 82.23%), url(/new-site-images/mob_cruise.jpeg);
    background-position: top;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 545px;
}

.cruise-promo h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    /*background: #f0871e;*/
    display: inline-block;
    padding: 0 8px;
}

.cruise-promo h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    /*background: #f0871e;*/
    display: inline-block;
    padding: 0 8px;
    color: #fff;
    font-weight: 400;
}

.cruise-promo p {
    font-size: 1.6rem;
    color: #ffffff;
    display: inline-block;
    padding: 0 8px;
    font-style: italic;
    font-weight: 400;
}

.cruise-offer {
    background: linear-gradient(90deg, #002f4b, #005a87);
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-family: 'Segoe UI', sans-serif;
}

.cruise-offer .headline {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cruise-offer .subheadline {
    font-size: 20px;
    margin-bottom: 10px;
}

.cruise-offer .cta {
    font-size: 16px;
    font-style: italic;
    color: #ffd700;
}

.cruise_more_offer .highlight {
    /*color: #ffd700;*/
    font-weight: 700;
    color: #e1ff24;
    font-size: 38px;
    padding: 0 7px;
}

.cruise_more_offer {
    font-size: 2rem;
    color: #fff;
}

.slider {
    padding-block: 12px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    mask-image: linear-gradient(to right, #000000ed, #000, #000000ed);
    -webkit-mask-image: linear-gradient(to right, #000000ed, #000, #000000ed);
}

.list {
    display: flex;
    width: calc( var(--width) * var(--imageQuantity) * 2);
    /* Double the width for seamless looping */
    gap: calc(var(--width) / 4);
    animation: autoScroll 20s linear infinite;
}

.list:hover {
    animation-play-state: paused !important;
}

.item {
    width: var(--width);
    height: var(--height);
    flex-shrink: 0;
}

.item img {
    width: 100%;
    transition: filter 0.5s ease-in-out;
    height: 70px;
    object-fit: contain;
}

@keyframes autoScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-1 * var(--width) * var(--imageQuantity)));
    }
}

.slider[reverse="true"] .list {
    animation: reverseScroll 20s linear infinite;
}

@keyframes reverseScroll {
    0% {
        transform: translateX(calc(-1 * var(--width) * var(--imageQuantity)));
    }
    100% {
        transform: translateX(0);
    }
}

.slider:hover .item img {
    filter: grayscale(1);
}

.slider .item:hover img {
    filter: grayscale(0);
}

.cruise_offer {
    margin-top: 1.5rem;
}

.cruise_more_suboffer {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    background: #00000066;
    display: inline-block;
    padding: 0 8px;
    backdrop-filter: blur(24px);
}

.search-card h5 {
    font-size: 26px;
}

.slider {
    background: #ffffffa3;
    display: inline-block;
    padding: 0 12px;
    backdrop-filter: blur(24px);
    position: absolute;
    bottom: 0;
    border-radius: 0 0 1rem 1rem;
}

.mob_callbtn {
    padding-left: 7px;
}

.mob_callbtn span {
    font-size: 20px;
    background: #fb8001;
    padding: 6px 10px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 600;
}

.mob_callbtn img {
    padding-bottom: 6px;
    width: 20px;
}